#!/usr/bin/perl -w## EMULAB-COPYRIGHT# Copyright (c) 2000-2002 University of Utah and the Flux Group.# All rights reserved.#useEnglish;## This gets invoked from the Web interface. Simply a wrapper ...### Configure variables#my$TB="@prefix@";## Run the real thing, and never return.# exec"$TB/sbin/newwanode",@ARGV;die("webnewwanode: Could not exec newwanode: $!");