Help for this page

Select Code to Download


  1. or download this
    package myPackage;
    
    ...
    );
    
    1;
    
  2. or download this
    #!c:\Cygwin\bin\perl.exe -wT
    
    ...
    my $ctlFile    =        $myPackage::tables{"ABC"}{"CtlFile"};
    
    print "[$idir] [$ctlFile]\n";
    
  3. or download this
    $ ./myTest.pl
    Use of uninitialized value in concatenation (.) or string at ./myTest.
    +pl line 10
    Use of uninitialized value in concatenation (.) or string at ./myTest.
    +pl line 10
    [] []