Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pitti on github.
  • I am pit (https://keybase.io/pit) on keybase.
  • I have a public key whose fingerprint is D914 2448 647E 590D 8BF0 D32F F037 EC5A 2650 08F1

To claim this, I am signing this object:

@pitti
pitti / studip.pl
Created November 1, 2010 13:39
studip-script
#!/usr/bin/perl -l
use WWW::Mechanize;
use Getopt::Std;
getopts('u:p:vdns:');
$opt_u and $opt_p or usage();
my $m = WWW::Mechanize->new();
login($m);