Help for this page

Select Code to Download


  1. or download this
    package Iterator_Utils;
    use base Exporter;
    ...
    
    sub NEXTVAL { $_[0]->()
    
  2. or download this
    
    #!/perl/bin/perl
    ...
            return $result;
        }