#!/usr/bin/perl my $argument; if ($ARGV[0] eq '-s') { $argument = shift @ARGV; } print "$argument";
Tip #1 from the Basic debugging checklist:
In reply to Re: shift @ARGV not working
by toolic
in thread shift @ARGV not working
by rayh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |