Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
    print "$0 completed."
    __END__
    
  2. or download this
    package A;
    
    ...
        A::B::sub_b();
        }
        1;
    
  3. or download this
    package A::B;
    
    ...
        };
    
        1;
    
  4. or download this
    package dbLoader;
    
    ...
        }; # END:
    
        1;
    
  5. or download this
    #!/usr/bin/env perl
    
    ...
    A::sub_a();
    A::B::sub_b();
    exit;
    
  6. or download this
    #!/usr/bin/env perl
    
    ...
    A::sub_a();
    A::B::sub_b();
    exit;
    
  7. or download this
    ... at DBI:Pg:A.pm line 8.
            require A.pm called at WorksNot.plx line 6
    ...
    Can't locate object method "b_b" via package "1" (perhaps you forgot t
    +o load "1"?) at DBI:Pg:A.pm line 7.
    Compilation failed in require at WorksNot.plx line 6.
    BEGIN failed--compilation aborted at WorksNot.plx line 6.
    
  8. or download this
                return (
                        $body_sref
                        );
    
  9. or download this
                return (
                        $fh,
                       );
    
  10. or download this
                return (
                        sub { #Carp::cluck 'In anonymous sub';
    ...
                                };
                            } # Anonymous sub:
                        );