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;
    
    ...
       our $fleece = "white as snow.\n";
    
       1;
    
  3. or download this
    Global symbol "$fleece" requires explicit package name at testuse.pl l
    +ine 11.
    Execution of testuse.pl aborted due to compilation errors.