Help for this page

Select Code to Download


  1. or download this
    my($data) = @_;
    
  2. or download this
    my $c = 5;
    my $d = $c;
    $d = 6;