Searched refs:ARGV (Results 101 - 103 of 103) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl954 # used to save @ARGV and extract any debugger-related flags.
1446 ((defined $main::ARGV[0]) and ($main::ARGV[0] eq '-emacs'));
1447 $rl = 0, shift (@main::ARGV) if $slave_editor;
1663 @ARGS = @ARGV;
H A DCGI.pm76 # Set this to 1 to enable debugging from @ARGV
3531 if ($DEBUG && @ARGV) {
3532 @words = @ARGV;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL497 my @ARGS = @ARGV;

Completed in 46 milliseconds

12345