Help for this page

Select Code to Download


  1. or download this
    echo "package Attributes;1" > /tmp/Attributes.pm
    perl -c -I/tmp file-to-test.pl
    
  2. or download this
    # file ./strict.pm
    package strict;1
    
  3. or download this
    perl -I. -Mstrict -e '$x=42'
    
    perl     -Mstrict -e '$x=42'
    ouch!