VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl@ 41800

Last change on this file since 41800 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 75 bytes
Line 
1#!/usr/bin/perl -w
2
3use bytes;
4
5local $/;
6$_ = <>;
7print length($_);
8exit;
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette