Help for this page

Select Code to Download


  1. or download this
    #!/opt/gnu/bin/perl -w
    use strict;
    $a = 40; # error because of use strict? no
    $b = $a; # error again ? no
    
  2. or download this
    perl -e "$_=*F=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"