Help for this page

Select Code to Download


  1. or download this
    use constant TRUE => 1;
    use constant FALSE => !TRUE;
    
  2. or download this
    my %hash= (
        this => scalar GetThis(),
        foo  => 'bar',
        baz  => 'quux',
    );