Lines Matching refs:main
102 # For each such verb, the global level of the main:: namespace must
108 # Any variables in the main:: global symbol table starting with
113 # $main::opt{e} - Calling program must accept a '-e' option
116 # in $main::opt{e}.
119 # The $main::EXRE_xxx variables are updated to contain any regular
137 # Examine the main global symbol table and find all variables
141 foreach my $entry (keys %main::) {
148 if ($main::opt{e}) {
149 $file = $main::opt{e};
218 # by verb in the main namespace. 'strict' is lexically scoped,
221 ${"main::$verb"} = qr/$except_re{$verb}/;
251 # $main::opt{o} - Calling program must accept a '-o' option
254 # in $main::opt{o}.
259 if ($main::opt{o}) {
276 if ($main::opt{o}) {