Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    my $string = "why doesn't this print?";
    print $strnig;
    
  3. or download this
    my $string = "A";
    
    # rather than
    
    my $string = A;
    
  4. or download this
    sub A { return 'B' };
    
    ...
    
    my $string = A;
    print "$string\n"; # this prints "B"
    
  5. or download this
    #/perl/usr/bin
    use warnings;
    ...
            }
        }
    }