Search Results

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: bryansmith123 ; Forum: Perl and child forums
Forum: Perl Feb 20th, 2009
Replies: 3
Views: 2,117
Posted By bryansmith123
If you execute your script at ~>Parse.pl a b c
you get the command line values in the @ARGV array which you can run through in a loop.
Forum: Perl Feb 20th, 2009
Replies: 2
Views: 714
Posted By bryansmith123
$cmd = 'df -h';
exec { $cmd };


You can also use the system() function in perl.
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC