Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    sub get_date {
        return get_ns;
    }
    
  2. or download this
    
    Can't use string ("23") as an ARRAY ref while "strict refs" in use at 
    +./eg.pl line 24.
    
  3. or download this
    
    push @{$myarr[$index][$subindex]}, [ @tmp ];