Help for this page

Select Code to Download


  1. or download this
    testfunc($scalar,\@array,\%hash);
    
    ...
    {
     my ($scalar,$arrayref,$hashref) = @_;
    }
    
  2. or download this
    my $appointments = {
                        monday=> { "10:30"=>"dentist",
    ...
                        tuesday => { "10:30" => " planning meeting",
                                     "16:30" => " funding deadline" }
                        };