Help for this page

Select Code to Download


  1. or download this
    open IMAGE, "image.gif";
    printf "fn: %d\n", fileno(IMAGE);
    
    my $ios = IO::Scalar->new;
    printf "fn: %d\n", fileno($ios);