Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    
    # implicit BEGIN blocks cause require and importing
    ...
            return 'knor';
        }
    }
    
  2. or download this
    #!/usr/bin/perl -wT
    
    # call object method
    ...
        # assigns to the variable
        our $sound2 = "knor2";
    }