Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    elsif ($name eq 'curly') {
        print "You're Curly!\n"
    }
    
  3. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
            }else{
                    print "I don't know this name\n";
                    }