Help for this page

Select Code to Download


  1. or download this
    /opt/ipcwww/data/lab/tcreports/ims/bin
    
  2. or download this
    use lib '/opt/ipcwww/data/lab/tcreports/ims/bin';
    use MyModule
    
  3. or download this
    require '/opt/ipcwww/data/lab/tcreports/ims/bin/MyModule.pm';
    
  4. or download this
    print ((split '', 'just another perl hacker' )[-1,0,10]);