Help for this page

Select Code to Download


  1. or download this
       #!perl;
    
    ...
       print "$BNAME had a little lamb, little lamb, little lamb,\n";
       print "$BNAME had a little lamb,\n";
       print "It's fleece was $fleece.\n";
    
  2. or download this
       package Fleece;
    
    ...
       use Exporter;
    
       $fleece = "white as snow.\n";
    
  3. or download this
    Global symbol "$fleece" requires explicit package name at C:/Perl/lib/
    +Fleece.pm line 7.
    Compilation failed in require at testuse.pl line 5.
    BEGIN failed--compilation aborted at testuse.pl line 5.