Help for this page

Select Code to Download


  1. or download this
    print "blah\n";
    length ...;
    push @a, ...;
    my $obj = Package->new;
    
  2. or download this
    my @files = File::Find::Rule->file()
                                ->name(...)
                                ->in(...);
    
  3. or download this
     $(this).children('ul').stop(true, false, true).slideToggle(300);