Help for this page

Select Code to Download


  1. or download this
    perl -we 'my $foo; $fooo = 42'
    Name "main::fooo" used only once: possible typo at -e line 1.
    
  2. or download this
    perl -we 'my $fooo; $foo = 42'
    Name "main::foo" used only once: possible typo at -e line 1.
    
  3. or download this
    perl -we 'my $fooo;'