Help for this page

Select Code to Download


  1. or download this
    # obligigatory.pm
    # all my uses, which I needed in the other files
    ...
    use foo::bar;
    
    1;
    
  2. or download this
    use obligatory; # use all the staff I needed
    
    $a = $b; # should give me an error/warning