/[pxelator]/lib/PXElator/boolean.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/PXElator/boolean.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (show annotations)
Wed Jul 29 22:04:58 2009 UTC (14 years, 8 months ago) by dpavlin
File size: 89 byte(s)
dump all other peaces in, first configuration which can again boot
(wrong image, that is :-)

1 package boolean;
2
3 sub toggle {
4 my $v = shift;
5 return $v ? 0 : 1;
6 }
7
8 warn "loaded";
9
10 1;

  ViewVC Help
Powered by ViewVC 1.1.26