Help for this page

Select Code to Download


  1. or download this
    use foo qw/bar $baz/;
    
  2. or download this
    # Do this at compile time....
    BEGIN {
    ...
      # import functionality
      foo->import('bar', '$baz');
    }