Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Need help in translating the following php code to perl (search!)

by Anonymous Monk
on Oct 30, 2013 at 00:47 UTC ( [id://1060254]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    print "Content-disposition: attachment; filename=big-test.csv\n\n";
    print "Test,One,Two,Three\n";
    exit;
    
  2. or download this
    my $app = sub {
        return
    ...
            ]
        ];
    };
    
  3. or download this
    #!/usr/bin/perl --
    use strict;
    ...
        -Content_length => -s $filehandle,
    );
    ...
    
  4. or download this
    #!/usr/bin/perl --
    use strict;
    ...
        -Content_length => -s $filehandle,
    );
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1060254]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 23:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found