Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    *print = *my_print;
    
    print "Hello World!";
    
  2. or download this
    Can't modify non-lvalue subroutine call at C:\Perl\scripts\newprint.pl
    + line 8.
    991047768: