/[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

Annotation of /lib/PXElator/boolean.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (hide 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 dpavlin 43 package boolean;
2    
3     sub toggle {
4     my $v = shift;
5     return $v ? 0 : 1;
6     }
7    
8 dpavlin 45 warn "loaded";
9    
10 dpavlin 43 1;

  ViewVC Help
Powered by ViewVC 1.1.26