Auesun> Slightly out of topic..
Yeah...
Auesun> How would I in perl check the string for
Auesun> presence only allowed symbols, say, a-zA-Z0-9_ ?
if ($test =~ m/^[0-9a-z_]*$/oi)
{print "ok"; }
Auesun> (Dont have perl book..:( )
But you probably have manuals.
try 'man perl' then 'man perlop' or 'man perlre', by example
Good luck,
--
Alexandr S. Agranovsky
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
- perl question Andrei_Loukinykh
- Re: perl question Theodor Milkov
- Re[2]: perl question Alexandr S. Agranovsky
- Re: perl question Will Morton
- Alexandr S. Agranovsky
