Help for this page

Select Code to Download


  1. or download this
    while (<STDIN>)
    {
    ...
    sub style2() { print
    "bye\n";
                    }
    
  2. or download this
    while (<STDIN>) {
        chomp;
    ...
    {
        print "bye\n";
    }