Help for this page

Select Code to Download


  1. or download this
    package Mylog;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    use Mylog qw/warn/;
    
    warn("just a test... - warn\n");
    
  3. or download this
    [skaark@dhcp-253-59 ~]$ perl t.pl
    My warn just a test... - warn