Help for this page

Select Code to Download


  1. or download this
    sub foo {
        my ($file, $selector_name) = @_;
    ...
    # Example call (as I have foo, it returns nothing, you
    #               can fill that in)
    my $ret = foo('styles.css', 'body');