Help for this page

Select Code to Download


  1. or download this
    if ( $condition ) {
        this_foo();
    ...
        a_new_foo();
        another_bar();
    }
    
  2. or download this
    $object->method( ARG1 => $this,
                     ARG2 => $that,
                     ARG3 => $else
                    ) #if not packing put ";" here
    ->pack( ARGX => $whyzee );