Help for this page

Select Code to Download


  1. or download this
            }
            if ( $x =~ m/^Patient/ ) {
    ...
            dump_members($obj);
        }
    }
    
  2. or download this
    $ perl -MO=Deparse test.pl
    BEGIN { $^W = 1; }
    ...
        }
    }
    test.pl syntax OK