Help for this page

Select Code to Download


  1. or download this
    @days=qw(mon tues wed thurs fri sat sun);
    @cols=qw(red orange yellow green blue indigo violet);
    
  2. or download this
    #! /usr/bin/perl
    @days=qw(mon tues wed thurs fri sat sun);
    ...
        }
    print "@days\n";
    print "@cols\n";