Help for this page

Select Code to Download


  1. or download this
    use v5.16;
    use utf8;
    ...
    }   
    
    1;
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
    use My::Lib qw{foo};
    
    my $foo = foo ();
    
  3. or download this
    My::Lib does not export: foo
    use My::Lib failed at ./t.pl line 7.
    BEGIN failed--compilation aborted at ./t.pl line 7.