Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    do_something(color1, color2, color3);
    
  2. or download this
    
    sub do_something {
    ...
        $blue= (some new value);
    }