Help for this page

Select Code to Download


  1. or download this
    sub foo{
    my %args = ( message => 0, error => 0);
    ...
    return { error =>1, message=$msg }
    }
    
  2. or download this
    sub goo{
    my $var = &file::foo();
    system (`echo "var is $var" > ~/file`);
    }