Taking a page from the tutorial Basic debugging checklist use B::Deparse
$ cat foo use vars qw( $foo $bar ); $ perl -MO=Deparse foo use vars ('$foo', '$bar'); foo syntax OK
In reply to Re^2: use vars - how to use this (copy paste)
by Anonymous Monk
in thread use vars - how to use this
by JockoHelios
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |