Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    use warnings;
    use This::Does::Not::Exist;
    
  2. or download this
    Can't locate This/Does/Not/Exist.pm in @INC (@INC contains: C:/strawbe
    +rry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/li
    +b .) at fail.pl line5.
    BEGIN failed--compilation aborted at fail.pl line 5.