Help for this page

Select Code to Download


  1. or download this
    sub delete_first_char {
        $_[0] =~ s/^.//
    }
    
  2. or download this
    sub whatever {
        ($var1,$var2,$etc) = @_;
    ...
    }