Help for this page

Select Code to Download


  1. or download this
    package Bar;
    
    ...
       exit;
    }
    1;
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    ...
    use Bar;
    
    &ff_error("die here");
    
  3. or download this
    ./foo.pl 
    Undefined subroutine &main::ff_error called at ./foo.pl line 6.