Help for this page

Select Code to Download


  1. or download this
    #
    #
    ...
    #
    #
    #
    
  2. or download this
    #! /usr/bin/perl
    use warnings;
    ...
    my @arr=$cfg->val('hello','j');
    print "\n\nThe values are : ";
    print "$_\n",for(@arr);