source: trunk/essentials/app-shells/bash/examples/loadables/perl/bperl.c@ 3247

Last change on this file since 3247 was 3228, checked in by bird, 19 years ago

bash 3.1

File size: 616 bytes
Line 
1/*
2 * perl builtin
3 */
4#include <config.h>
5
6#include <fcntl.h>
7#include <errno.h>
8
9#include "builtins.h"
10#include "shell.h"