Use dot notation to access an existing s-control by its name.
<apex:page> <apex:outputLink value="{!$SControl.HelloWorld}">Open the HelloWorld s-control</apex:outputLink> </apex:page>
<apex:page> <apex:scontrol controlName="HelloWorld" /> </apex:page>