Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-CGI-Compile/t/
Upload File :
Current File : //usr/share/doc/perl-CGI-Compile/t/switch.cgi

#!/usr/bin/perl

use strict;
use warnings;
use Switch;

switch (42) {
    case 42 { print "switch works\n" }
}