Help for this page

Select Code to Download


  1. or download this
    x=5; y=7;
    PUT DATA (x,y);
    
  2. or download this
    x=5 y=7
    
  3. or download this
    use Data::Dumper;
    sub show {
    ...
      $SHOW::expr . ($@ ? " throws exception: $@" 
                        : ('='.Dumper($SHOW::expr)));
    }