Re: Pattern Matching Operators

2003-10-05 Thread Zanardi2k3
tor. Look at perldoc perlop and search for the section named "Regexp Quote-Like Operator". -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: is it possiale to regex this

2003-10-05 Thread Zanardi2k3
emove it. Please note that the [a-z]+ is just an example. I don't know C so i can't say what are valid strings for variables. If you want to include all alphanumerics plus "_" you say [a-zA-Z0-9_] which becomes simply \w, and so on. Again, read perldoc perlre. You may wa

Re: how to reuse sub

2003-09-27 Thread Zanardi2k3
t does your @INC include: prompt> perl -e "print qq(@INC)" 2. You should specify full path to your library: require "/path/to/mycommon.pl" HTH P.S. that said, i suggest you learn something about modules and use them instead of libraries perldoc perlmod perldoc perlmodlib --

RE: Pop3 to SMTP

2003-09-27 Thread Zanardi2k3
::Box docs. I already scrolled through it but i missed this feature. Thank you. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Pop3 to SMTP

2003-09-26 Thread Zanardi2k3
weak, even if i have to write it from scratch (hopefully using some module). P.S. our mail server (SeattleLab Mail) only offers the choice to route all of its mail to another server, but we must do this on a per-user basis. Thank you for your time. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL

Re: Notetab-like Perl editor?

2003-09-14 Thread Zanardi2k3
[EMAIL PROTECTED] (Bob X) wrote: > "Zanardi2k3" <[EMAIL PROTECTED]> wrote in message >> I am in a Windows environment, and i love NotaTab. It is one of the >> few tools that makes me wonder how could i ever have carried on >> without it. Only it doesn't

Re: Do i run a script with do{} or make it a module? Opinions.

2003-08-27 Thread zanardi2k3
call it from different scripts with different parameters and loops. Thank you for your time. P.S. i sent the code in another post. -- Zanardi2k3 "Why do i need you, feet, when i have wings to fly?" (Frida Kahlo) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Do i run a script with do{} or make it a module? Opinions.

2003-08-27 Thread zanardi2k3
/zip.pl [cartella da zippare] [percorso e nome del file zip] [parametri] Esempio: perl j:/program/perl/scripts/zip.pl c:/documenti/ u:/utenti/abeni/backup Parametri: --GIORNIMIN=: include solo i file modificati da almeno giorni (default 0) --GIORNIMAX=: include solo

Do i run a script with do{} or make it a module? Opinions.

2003-08-26 Thread zanardi2k3
se but just script relaunching). I'd like to know your thoughts about this. -- Zanardi2k3 "Why do i need you, feet, when i have wings to fly?" (Frida Kahlo) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Notetab-like Perl editor?

2003-07-27 Thread Zanardi2k3
xt editor I've ever used and I use it exclusively for > PERL. Additionally, it has the features you are interested in > > http://www.ultraedit.com/ Yep, it looks good. I'll try it for a while. Thank you. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Notetab-like Perl editor?

2003-07-26 Thread Zanardi2k3
them. Does anybody know if there is a way to improve NoteTab with this feature, or if there is another editor very similar to NoteTab (i mean appeareance, keys shortcuts, and all) but with this feature included? Thank you for your time. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PR