Help for this page

Select Code to Download


  1. or download this
    use Foo qw[ baz :bar ];  # ERROR: ":bar" not exported
    use Foo qw[ :bar baz ];  # OK
    
  2. or download this
    *** Heavy.pm    Wed May 15 19:38:18 2002
    --- /usr/local/lib/perl5/5.6.1/Exporter/Heavy.pm    Wed May 15 19:35:5
    +1 2002***************
    *** 36,48 ****
    ...
    !         unshift @imports, ':DEFAULT' if (grep{m/^!/} @imports);
              foreach $spec (@imports){
              $remove = $spec =~ s/^!//;