Help for this page

Select Code to Download


  1. or download this
    foo()->{x}
    foo() + bar()
    !foo()
    print(foo())
    
  2. or download this
    >perl -le"$x='Foo::var'; ${$x}='abc'; print $Foo::var;"
    abc