Help for this page

Select Code to Download


  1. or download this
    #file1 is in  "d:/test.pm"                                 
    sub uvaraj                                                 
    {
    $name='ramu';
    print 'uvaraj is a good boy in nature but...';
    }
    
  2. or download this
    #file2 is in "d:/run.pl"                                   
    use lib 'D:/';
    use test;
    &uvaraj;