Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > c868486f747f2df34f9a533ef7be0d19 > files > 23

perl-WWW-Myspace-0.60-10.fc16.noarch.rpm

#!/usr/bin/perl -w -I../lib

use WWW::Myspace;
use CGI qw/:standard/;;
my $myspace = new WWW::Myspace;

# Display a login form
print header,
    start_html('Is it worth logging in?'),
    $myspace->get_login_form,
    end_html;