Help for this page

Select Code to Download


  1. or download this
    sub FOO::new {
        package FOO;
    ...
    do {
        'FOO'->new
    }->try;
    
  2. or download this
    do { 'FOO'->new }