in reply to Executing unix command in perl and getting the output
my $number = scalar @{[ glob $name ]};
I have written about this topic before from a security perspective in the node - Think beyond Taint and warnings
perl -le 'print+unpack("N",pack("B32","00000000000000000000001000010110"))'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Executing unix command in perl and getting the output
by kirk123 (Beadle) on Jan 14, 2003 at 01:34 UTC |